home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / emerald / emrldsys.lha / bin / newTreeVersion < prev   
Encoding:
Text File  |  1990-08-16  |  404 b   |  25 lines

  1. #!/bin/csh
  2. set EMDIR=/scratch/eric/emerald/
  3. cd $EMDIR/EC/Trees
  4. set nonomatch
  5. foreach i (Objects_[0-9a-f])
  6.     cd $i
  7.     rm -f OID*.t
  8.     cd ..
  9. end
  10. rm -f Map/*
  11. cd $EMDIR/EC/Dotos
  12. set nonomatch
  13. foreach i (Objects_[0-9a-f])
  14.     cd $i
  15.     rm -f OID*.o
  16.     cd ..
  17. end
  18. cd $EMDIR/EC/DB
  19. cp /dev/null db.pag
  20. cp /dev/null db.dir
  21. cp /dev/null dotgdb.pag
  22. cp /dev/null dotgdb.dir
  23. cd $EMDIR/Nodes
  24. rm -f Em*/CheckPoint*
  25.